Autogenerated HTML docs for v2.9.1-273-g79ed4 
diff --git a/git-send-pack.html b/git-send-pack.html index e63c52d..c74e649 100644 --- a/git-send-pack.html +++ b/git-send-pack.html 
@@ -807,7 +807,7 @@  option, then the refs from stdin are processed after those   on the command line.   </p>  -<div class="paragraph"><p>If <em>--stateless-rpc</em> is specified together with this option then  +<div class="paragraph"><p>If <code>--stateless-rpc</code> is specified together with this option then   the list of refs must be in packet format (pkt-line). Each ref must   be in a separate packet, and the list must end with a flush packet.</p></div>   </dd>  @@ -910,10 +910,10 @@  <div class="sectionbody">   <div class="paragraph"><p>There are three ways to specify which refs to update on the   remote end.</p></div>  -<div class="paragraph"><p>With <em>--all</em> flag, all refs that exist locally are transferred to  +<div class="paragraph"><p>With <code>--all</code> flag, all refs that exist locally are transferred to   the remote side. You cannot specify any <em>&lt;ref&gt;</em> if you use   this flag.</p></div>  -<div class="paragraph"><p>Without <em>--all</em> and without any <em>&lt;ref&gt;</em>, the heads that exist  +<div class="paragraph"><p>Without <code>--all</code> and without any <em>&lt;ref&gt;</em>, the heads that exist   both on the local side and on the remote side are updated.</p></div>   <div class="paragraph"><p>When one or more <em>&lt;ref&gt;</em> are specified explicitly (whether on the   command line or via <code>--stdin</code>), it can be either a  @@ -960,12 +960,12 @@  </ul></div>   </li>   </ul></div>  -<div class="paragraph"><p>Without <em>--force</em>, the &lt;src&gt; ref is stored at the remote only if  +<div class="paragraph"><p>Without &#8216;--force`, the &lt;src&gt; ref is stored at the remote only if   &lt;dst&gt; does not exist, or &lt;dst&gt; is a proper subset (i.e. an   ancestor) of &lt;src&gt;. This check, known as "fast-forward check",   is performed in order to avoid accidentally overwriting the  -remote ref and lose other peoples' commits from there.</p></div>  -<div class="paragraph"><p>With <em>--force</em>, the fast-forward check is disabled for all refs.</p></div>  +remote ref and lose other peoples&#8217; commits from there.</p></div>  +<div class="paragraph"><p>With <code>--force</code>, the fast-forward check is disabled for all refs.</p></div>   <div class="paragraph"><p>Optionally, a &lt;ref&gt; parameter can be prefixed with a plus <em>+</em> sign   to disable the fast-forward check only on that ref.</p></div>   </div>  @@ -980,7 +980,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2015-08-31 16:04:31 PDT  +Last updated 2016-07-13 14:58:50 PDT   </div>   </div>   </body>